Add haproxy to benchmarking tool#52
Closed
jogme wants to merge 3 commits into
Closed
Conversation
Contributor
Author
andrewkdinh
suggested changes
Oct 16, 2025
npajkovsky
reviewed
Oct 16, 2025
Sashan
requested changes
Oct 20, 2025
npajkovsky
approved these changes
Oct 20, 2025
Adding as a proxy - a middle actor. Currently adding only for apache. Support all the encryption modes for haproxy: - client to proxy - proxy to server - client to server - pure http without encryption Signed-off-by: Norbert Pocs <norbertp@openssl.org>
…obal state gets polluted. missing typeset in generate_download_files() prevents haproxy to build
Sashan
reviewed
Oct 20, 2025
Sashan
left a comment
Contributor
There was a problem hiding this comment.
newly added versions for 3-0, 3-1, etc uncovered existing bugs, the forloop counter i also requires typeset. I've just added those.
I also added a make clean before we start building HA-proxy to cleanup files from previous build for different version.
Contributor
Author
|
Thanks! |
Sashan
pushed a commit
that referenced
this pull request
Oct 21, 2025
Adding as a proxy - a middle actor. Currently adding only for apache. Support all the encryption modes for haproxy: - client to proxy - proxy to server - client to server - pure http without encryption Signed-off-by: Norbert Pocs <norbertp@openssl.org> Reviewed-by: Saša Nedvědický <sashan@openssl.org> (Merged from #52)
Contributor
|
changes are in. (via e17d5fb) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.






Adding as a proxy - a middle actor.
Currently adding only for apache.
Support all the encryption modes for haproxy:
Currently adding it only for openssl-master crypto backend.